home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Home CD Sampler / Microsoft Home CD Sampler.iso / multi / oceans / oceans.dxr / 00096.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  191 b   |  10 lines

  1. on exitFrame
  2.   global AVIisOK
  3.   set AVIisOK to findAVI()
  4.   put AVIisOK
  5.   if AVIisOK = 0 then
  6.     puppetSprite(4, 1)
  7.     set the castNum of sprite 4 to the number of cast "blank"
  8.   end if
  9. end
  10.